Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 6.2 / 6.3 beta crashing on launch with SBAndroid plugin installed #1255

Closed
LearnCocos2D opened this issue Feb 26, 2015 · 7 comments
Closed

Comments

@LearnCocos2D
Copy link
Contributor

My crash log below. Also mentioned on forum: http://forum.spritebuilder.com/t/xcode-6-2-beta-crash/3185

Application Specific Information:
ProductBuildVersion: 6D520o
ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-7519.1/DVTFoundation/DeveloperStructure/DVTExtendedPlatformInfo.m:39
Details:  No Xcode.DVTFoundation.ExtendedPlatformInfo extension provided for platform 'com.apportable.platform.android'
Object:   <DVTExtendedPlatformInfo>
Method:   +extendedPlatformInfoForPlatformIdentifier:
Thread:   <NSThread: 0x7fe4ccb48640>{number = 15, name = (null)}
Hints:   None
Backtrace:
  0  0x000000010e45f41a -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
  1  0x000000010d1ccaaf _DVTAssertionHandler (in DVTFoundation)
  2  0x000000010d1ccd9e _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x000000010d1ea6b6 +[DVTExtendedPlatformInfo extendedPlatformInfoForPlatformIdentifier:] (in DVTFoundation)
  4  0x000000010d1eb793 -[DVTPlatform(DVTExtendedPlatformInfo) dvt_extendedInfo] (in DVTFoundation)
  5  0x0000000117b145d1 -[DTDKProvisioningProfile dvt_platform] (in DTDeviceKitBase)
  6  0x000000010d1b0180 DVTProvisioningProfileAllowsEntitlements (in DVTFoundation)
  7  0x000000010d1c8b79 __216+[DVTCodesignResolver parametersForTeamID:bundleIdentifier:entitlements:requiredFeatures:applicableSigningIdentityCertificates:platform:requiredCodesignableDevices:requiresProfile:profileManager:logAspect:withError:]_block_invoke459 (in DVTFoundation)
  8  0x000000010d06c296 -[NSSet(DVTNSSetAdditions) dvt_setByFilteringUsingBlock:] (in DVTFoundation)
  9  0x000000010d1c7804 +[DVTCodesignResolver parametersForTeamID:bundleIdentifier:entitlements:requiredFeatures:applicableSigningIdentityCertificates:platform:requiredCodesignableDevices:requiresProfile:profileManager:logAspect:withError:] (in DVTFoundation)
 10  0x000000010d1c6e94 +[DVTCodesignResolver parametersForTeamID:certificateKind:bundleIdentifier:entitlements:requiredFeatures:limitSearchToKeychain:platform:requiredCodesignableDevices:requiresProfile:certificateUtilities:withError:] (in DVTFoundation)
 11  0x00000001175327b0 +[XCCodeSignContext codesignParameterSnapshotWithMacroExpansionScope:emitWarnings:certificateUtilities:error:] (in DevToolsCore)
 12  0x0000000117532cc6 +[XCCodeSignContext prepareForCodeSigningWithMacroExpansionScope:certificateUtilities:] (in DevToolsCore)
 13  0x000000011749ebdd -[XCProductTypeSpecification computeDependenciesWithMacroExpansionScope:] (in DevToolsCore)
 14  0x0000000117544495 -[XCNativeTargetDGSnapshot(DependencyGraphCreation) computeDependenciesWithMacroExpansionScope:] (in DevToolsCore)
 15  0x000000011741c9a5 -[PBXTargetBuildContext createDependencyGraphWithTargetDGSnapshot:] (in DevToolsCore)
 16  0x000000011743a23a -[PBXTargetBuildContext(DependencyGraphEvents) dg_setTargetSnapshot:] (in DevToolsCore)
 17  0x0000000117438dda -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents] (in DevToolsCore)
 18  0x00000001174964a3 -[XCBlockQueue _processNextBlockInThreadSlotNumber:] (in DevToolsCore)
 19  0x000000011749673b -[XCBlockQueue _processBlocksInThreadSlotNumber:] (in DevToolsCore)
 20  0x00007fff8ba3190a __NSThread__main__ (in Foundation)
 21  0x00007fff934b5268 _pthread_body (in libsystem_pthread.dylib)
 22  0x00007fff934b51e5 _pthread_body (in libsystem_pthread.dylib)
 23  0x00007fff934b341d thread_start (in libsystem_pthread.dylib)

abort() called
@bownie
Copy link

bownie commented Mar 18, 2015

I had this exact same issue after installing the appportable plugin and SpriteBuilder. I followed the instructions in the thread below to remove the XCode preferences file but could not find the SBAndroid library. However after removing SpriteBuilder itself and a couple of reboots XCode is working again:

http://forum.spritebuilder.com/t/xcode-6-2-problem-with-spritebuilder-and-apportable/3276

@milankamilya
Copy link

I faced same problem, aforesaid forum link helps me.. @nbyn comment worked for me.
i.e. delete SBAndroid folder from /Library/SBAndroid and launch Xcode.

@NickyWeber
Copy link
Contributor

Removing /Library/SBAndroid worked in my case.

@sarah-j-smith
Copy link
Contributor

This is happening for me, same backtrace, with the latest version of the plugin:

SBAndroid-Indie-76dfc6fc.pkg

and Xcode 6.3 (just released via App Store update).

@krazyeom
Copy link
Contributor

I have same issue, too.

SBAndroid-community-4f54d0f6.pkg

and Xcode 6.4 beta or 6.3

@gsho
Copy link

gsho commented Jun 1, 2015

I have same issue, too.

SBAndroid-community-4f54d0f6.pkg

and Xcode 6.4 beta or 6.3.2

Removing /Library/SBAndroid worked in my case.

@s1ddok
Copy link
Contributor

s1ddok commented Feb 6, 2016

Android plugin is not supported anymore as of Apportable died.

@s1ddok s1ddok closed this as completed Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants