I am in the middle of trying to upload an ipad app to itunes...
To cover what I have showing in the livecode prefrences under 'mobile support'
I have xcode 4.4.1, 4.52, 4.6, 4.6.2, 4.6.3
Available SDK's 5.1, 6.0, 6.1
Available simulators 5.1, 6.0, 6.1
I have my app identifier, development provisioning profile, distribution profile
I can build and run in the simulator... I can build a standalone and run it on an iPad... but I can only build the standalone with the 'build for' setting set to arm6... universal or arm7 doesn't seem to want to know.
I tried using the 'application loader' to load the 'distribution build' set to arm6, but it quiclky tells me that the armv7 component is missing...
When I try to build for armv7 the error message displayed, reads :-
There was an error while saving the standalone application
linking for armv7 failed with arm-apple-darwin10-llvm-g++-4.2:
/private/var/folders/z9/zhgc043x3cxbg5955vch0mbw0000gn/T/TemporaryItems/tmp.554.AdxUp0vO:
No such file or directory
Anyone know where I am going wrong ?
Dixie
linking for armv7 failed...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: linking for armv7 failed...
The problem has been sorted... I did not have an external in the correct place when bringing it in through the 'copy files' pane...