Okay... Trying to make this simple:
- I've gone thru all the hoops required for me become an iPhone Developer
- I have no problems getting to the iPhone 'Portal'
- I added my device to the devices area.
- I created all the certificates / profiles / etc
- I downloaded the profile that I need to install into iTunes (or Xcode)
- I opened up my existing app (working fine in the simulator)
- Clicked on the top left most icon and did a 'get info'
- (new window opens)
- Clicked on the Build 'pane'
- In the 'Code Signing Identity / Device iPhone 2.0' I put "iPhone Developer: My Name" -- I did this for all the iPhone types listed in the pull down on the left just to be sure.
- In the 'Code Signing Provisioning Profile' I chose 'First' (the name of my provisioning profile) -- I did this for all the iPhone types listed in the pull down on the left just to be sure.
- Closed the 'Project Info' dialog
- Choose Device - iPhone OS 2.0 (Project Settings) ... instead of Simulator - iPhone OS 2.0
- Compiled....
- Got one error...
Whatever THAT means...
- Went back to the 'simulator' build type and did a compile and everything was fine, my app came up in the simulator without any issues.
-------------------
Tried to do the same steps to a simple example app I downloaded from the Apple iPhone examples and got the very same error...
So... Anyone know what I might be doing wrong?
Dave
- I've gone thru all the hoops required for me become an iPhone Developer
- I have no problems getting to the iPhone 'Portal'
- I added my device to the devices area.
- I created all the certificates / profiles / etc
- I downloaded the profile that I need to install into iTunes (or Xcode)
- I opened up my existing app (working fine in the simulator)
- Clicked on the top left most icon and did a 'get info'
- (new window opens)
- Clicked on the Build 'pane'
- In the 'Code Signing Identity / Device iPhone 2.0' I put "iPhone Developer: My Name" -- I did this for all the iPhone types listed in the pull down on the left just to be sure.
- In the 'Code Signing Provisioning Profile' I chose 'First' (the name of my provisioning profile) -- I did this for all the iPhone types listed in the pull down on the left just to be sure.
- Closed the 'Project Info' dialog
- Choose Device - iPhone OS 2.0 (Project Settings) ... instead of Simulator - iPhone OS 2.0
- Compiled....
- Got one error...
Code:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/usr/include/sys/cdefs.h:314:15: error: token "\344" is not valid in preprocessor expressions
Whatever THAT means...
- Went back to the 'simulator' build type and did a compile and everything was fine, my app came up in the simulator without any issues.
-------------------
Tried to do the same steps to a simple example app I downloaded from the Apple iPhone examples and got the very same error...
So... Anyone know what I might be doing wrong?
Dave