mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-11 21:10:23 +01:00
Release build crash, Swift 1.1, Xcode 6.2, works ok with Debug builds #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brajbong on GitHub (May 9, 2015).
I am using Armchair framework as the app review manager for my app. The app is written in Swift (complies with Swift 1.1) and I am running Xcode 6.2 with base SDK 8.2 and deployment target of 8.0.
I am facing a curious issue while doing a release/ad-hoc build of the app- the app crashes right after getting started. I symbolicated the crash logs and here's what I see-
When I run the app on simulator/run directly on the device from Xcode, everything runs perfectly.
Any pointers from anyone? Do I need to upgrade to XCode 6.3? Is it a known issue?
@winkelsdorf commented on GitHub (Sep 4, 2015):
@coneybeare Can be closed, looks like brajbong got it solved on SO (http://stackoverflow.com/questions/30134185/release-build-crash-swift-armchair-framework-xcode-6-2) :)