Open theMike opened 5 years ago
Same issue using Xcode 11.0, cocoapods 1.8.4, macOS 10.15. the Xcode 11.0 just crashed, Xcode 10 works fine.😰
I have same issue using Xcode 11.0.
Same issue with Xcode 11.4
Same issue with Xcode11 and Xcode12,any idea to deal with this problem?
@theMike @0x5e @artud2000 @isfang have u all solve it? thx for your quick reply :)
Using the following command:
pod package ../MyLib.podspec --force --no-mangle --exclude-deps --subspecs=Core --spec-sources='https://git.repo.com/local-cocoapods.git','https://github.com/CocoaPods/Specs.git' --verbose
On Mojave (10.14.6) with : XCode11 beta7 (Build 11M392r) Attempted with both CocoaPods 1.7.5 and 1.8.0 beta.2
I get the following error:
Packaging works fine when using XCode10.3, 10.2, etc. I can successfully Lint using Xcode 11 beta and Xcode 10.x. I have tried this on two different machines with the same result.
At this point I'm not sure what else I can do and am inclined to think there is something with the packager.
thx.