Search results for

5.1.1

400 results found

Post

Replies

Boosts

Views

Activity

Reply to Submitting iOS app for iPad-1 (iOS5.1)
Hi ishahak2If I include the standard architectures (both 32 and 64 bits), I'm getting an error saying that apps with 64-bits can't set their target to iOS 5.1. (see below)iOS 5.1 did not properly handle fat binaries with a 64-bit slice. iOS 5.1.1 was released to address this issue and it is the lowest iOS version you can deploy back to when distributing via the App Store. Set your deployment target to iOS 5.1.1. You can then continue to build a fat binary, with 64-bit and 32-bit slices.
Sep ’15
Reply to Xcode won't export Developer signed app
After doing that (I also use Sparkle), now Xcode 7 crashes when I try to export a Developer ID Signed application from the OrganizerProcess: Xcode [11920]Path: /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8223)Build Info: IDEFrameworks-8223000000000000~15Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [11920]User ID: 501Date/Time: 2015-09-18 07:52:42.112 -0400OS Version: Mac OS X 10.11 (15A282b)Report Version: 11Anonymous UUID: 98FBD7C6-A1F5-E174-F66F-39ECB5EA836CSleep/Wake UUID: 3A17E47B-4DDE-480D-BB55-042228B926E1Time Awake Since Boot: 400000 secondsTime Since Wake: 500 secondsSystem Integrity Protection: enabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:ProductBuildVersion: 7A218UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[NSTaggedPointerString count]: unrecognized selector
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’15
Reply to Undefined symbols: "_objc_readClassPair" when opening existing project in Xcode 7
I'm building against the OS X 10.8 SDK (copied from the Xcode 5.1.1 bundle).Huh? You copied the SDK from one version of Xcode and are using it in another? That’s not supported. The SDKs included in a given version of Xcode are the only SDKs supported by that SDK.Why are you doing this?Share and Enjoy — Quinn The Eskimo! Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: General Tags:
Sep ’15
Reply to Undefined symbols: "_objc_readClassPair" when opening existing project in Xcode 7
I'm having the same problem. I'm building against the OS X 10.8 SDK (copied from the Xcode 5.1.1 bundle). My deployment target is also 10.8.The root of the problem seems to be that clang is automatically linking in the static library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a. As the linker error notes, this library references the symbol objc_readClassPair. However, that function wasn't added to libobjc until OS X 10.10. Hence, when linking against an earlier version, the symbol can't be found, and linking fails.I can get my project to link successfully by building against the 10.11 SDK. However, the resulting binary is still going to reference a function that isn't present on pre-10.10 systems. If _ARCLite__load is invoked on such a system, objc_readClassPair will be NULL, so presumably the app is going to crash. For that reason, this seems like a bug.
Topic: Programming Languages SubTopic: General Tags:
Sep ’15
static libs & weak linking
We are using a 3rd party (binary only) static lib with our apps, which unfortunately was recently compiled with a higher deployment target (iOS 6) than our apps (iOS 5.1.1). As consequence our apps would now immediately crash on devicees with iOS 5 on startup, since some iOS 6 symbols referenced by the static lib are missing on such devices.Since we only have access to the binary of this static lib we cannot recompile the static lib on our own. But is there a way with command line tools to lower the deployment target of the static lib and thus turning the respective hard linked symbols into weak ones?
1
0
602
Sep ’15
El Capitan Beta 7 (15A263e) - Many Crashes (MacBook 2014)
Ever since beta 4 I have had very bad stability issues. Terminal crashes immediately when opening, other programs crash with varying frequency. At some point I tried uninstalling Xcode 6 and installing Xcode 7 beta but I saw no change in system stability. Here is an error report.Process: Terminal [6787]Path: /Applications/Utilities/Terminal.app/Contents/MacOS/TerminalIdentifier: com.apple.TerminalVersion: 2.6 (361)Build Info: Terminal-361000000000000~15Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Terminal [6787]User ID: 501Date/Time: 2015-08-22 18:20:47.929 +0100OS Version: Mac OS X 10.11 (15A263e)Report Version: 11Anonymous UUID: DFAF2CC0-BA8D-2692-1037-A9DF688FE026Sleep/Wake UUID: 5EA117FE-0B49-4919-A9B5-06B92A329F78Time Awake Since Boot: 28000 secondsTime Since Wake: 4300 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYVM Regions Near 0:--> __
8
0
2.8k
Aug ’15
Reply to Xcode 6.4 vs 7.0 App Submission
As an example, Xcode 6.4 can't support iOS 9.x, so logically, that means you'd need to accept a lower iOS when using it to build for the store. There were several different SDKs used from Xcode 5.1.1 up to now, so the version of Xcode you use will mandate which SDK and which iOS version(s) you can expect to support.As for Xcode 5.1.1, it's common knowledge that when submitting an app to the store, you can expect to see a dialog alerting to which version Xcode is currently allowed as minimum. At this time, that dialog warns the dev to use Xcode 5.1.1 or higher.
Sep ’15
OS X 10.11 mail crash immediately
hi when i open the mail programm its closed immediately. any ideas?Process: Mail [1420]Path: /Applications/Mail.app/Contents/MacOS/MailIdentifier: com.apple.mailVersion: 9.0 (3083)Build Info: Mail-3083000000000000~3Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Mail [1420]User ID: 501Date/Time: 2015-09-01 12:54:36.047 +0200OS Version: Mac OS X 10.11 (15A262e)Report Version: 11Anonymous UUID: B1B6D682-8CA4-6AA2-375A-8012A96D31B3Sleep/Wake UUID: F390E0AA-5D97-4D04-BC40-CECAC4AA5051Time Awake Since Boot: 1500 secondsTime Since Wake: 250 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<HeadersEditor 0x7ff105b0a7f0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key _documentEditor.'abort() calledterminating with unca
1
0
851
Sep ’15
10.11 Beta Mail Crash
Hi, the mail programm is crashing betwenn 2 to 8 seconds after the start. i tried to clean the com.apple.mail chache file and also the envelope files. but it dont works... any ideas to solve the problem? the error message is:Process: Mail [3719]Path: /Applications/Mail.app/Contents/MacOS/MailIdentifier: com.apple.mailVersion: 9.0 (3059)Build Info: Mail-3059000000000000~1Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Mail [3719]User ID: 501Date/Time: 2015-08-31 20:32:36.416 +0200OS Version: Mac OS X 10.11 (15A204h)Report Version: 11Anonymous UUID: B1B6D682-8CA4-6AA2-375A-8012A96D31B3Time Awake Since Boot: 8500 secondsCrashed Thread: 23 -[MailboxesOutlineViewStateStorage _updateShouldShowVariables] Dispatch queue: NSOperationQueue 0x7fbc6a682ff0 :: NSOperation 0x7fbc6a6d14a0 (QOS: USER_INTERACTIVE)Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught exception
3
0
663
Aug ’15