cocoapods - podspec lint failing with latest Xcode beta -
i'm running pod spec lint --verbose
, following output:
- creating pods project - adding source files pods project - adding frameworks pods project - adding libraries pods project - adding resources pods project - linking headers - installing targets - installing target `pods-reachabilityswift` ios 8.0 - generating info.plist file @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods-reachabilityswift/info.plist` - generating module map file @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods-reachabilityswift/pods-reachabilityswift.modulemap` - generating umbrella header @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods-reachabilityswift/pods-reachabilityswift-umbrella.h` - installing target `pods` ios 8.0 - generating info.plist file @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods/info.plist` - generating module map file @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods/pods.modulemap` - generating umbrella header @ `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/target support files/pods/pods-umbrella.h` - running post install hooks - writing xcode project file `../../../private/var/folders/0t/w_3ytpbj79d8s6mtwlf351440000gn/t/cocoapods/lint/pods/pods.xcodeproj` 2015-08-19 15:35:04.583 ruby[19055:375179] [mt] dvtassertions: assertion failure in /library/caches/com.apple.xbs/sources/ideframeworks/ideframeworks-8190.6/idefoundation/initialization/ideinitialization.m:590 details: assertion failed: _initializationcompletedsuccessfully function: bool ideisinitializedforuserinteraction() thread: <nsthread: 0x7fe2f479d8a0>{number = 1, name = main} hints: none backtrace: 0 0x0000000105b1a30a -[dvtassertionhandler handlefailureinfunction:filename:linenumber:assertionsignature:messageformat:arguments:] (in dvtfoundation) 1 0x0000000105b19a97 _dvtassertionhandler (in dvtfoundation) 2 0x0000000105b19d03 _dvtassertionfailurehandler (in dvtfoundation) 3 0x0000000105b19c65 _dvtassertionfailurehandler (in dvtfoundation) 4 0x0000000107ac6754 ideisinitializedforuserinteraction (in idefoundation) 5 0x000000010bac8bf9 +[pbxproject projectwithfile:errorhandler:readonly:] (in devtoolscore) 6 0x000000010baca77e +[pbxproject projectwithfile:errorhandler:] (in devtoolscore) 7 0x00007fff93b89f44 ffi_call_unix64 (in libffi.dylib) abort trap: 6
there's assertion being triggered in ideisinitializedforuserinteraction()
the project compatible latest swift beta, needs build using latest xcode-beta command line tools (i've tried setting , re-setting using both xcode-select
, xcode's location preferences).
any thought can done resolve?
as detailed here , should change property project
pod_project
, , run gem install xcodeproj
, pod install
1 more time, should fix error.
Comments
Post a Comment