简体   繁体   中英

Deploy Delphi XE7 app with XCode 6.0.1 (6A317), on iOS 8

I tried to deploy very simple app made with Delphi XE7 on iOS simulator. Version of XCode is now 6.0.1, with Command Line tools updated as well. I tried to start this app in simulator with simulators 8.0 and 7.1. with appropriate SDK versions.

App is installed and can be seen on iOS simulator, but when I start it, after a second app closes itself without any message. in .crash file in log there is an error listed -

missing LC_DYLD_INFO load command.

Any suggestion is appreciated.

There are no issues with simulators as such.

XE7 does not work with Xcode 6 (yet) - hopefully there will be an update soon which will allow for this.

You can however install both Xcode 5 and 6 on your mac simultaneously.

To test with iOS 8 you will need to deploy directly to the device until Xcode 6 support is added.

I has upload my IOS8 app to app store today build with Delphi XE7 and Xcode 6.0.1 I compiled and remove this lines from Info.plist before I deployed the app

<key>MinimumOSVersion</key>
<string>6.0</string>
<key>DTPlatformBuild</key>
<string>12A365</string>
<key>DTXcodeBuild</key>
<string>6A317</string>

/Magnus Westlund

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM