Skip to content

Instantly share code, notes, and snippets.

@btctcn
Last active January 19, 2020 16:18
Show Gist options
  • Select an option

  • Save btctcn/9325bc20dbd7db83c7b9c8c3d6390703 to your computer and use it in GitHub Desktop.

Select an option

Save btctcn/9325bc20dbd7db83c7b9c8c3d6390703 to your computer and use it in GitHub Desktop.
cd ~/.cocoapods/repos
git clone --depth 1 https://github.com/CocoaPods/Specs.git master
cd ~/projects/Rollbartest
sharpie pod init ios Rollbar
sharpie pod bind
успешный билд с https://github.com/kikettas/Xamapod
sharpie https://docs.microsoft.com/en-us/xamarin/cross-platform/macios/binding/objective-sharpie/tools?context=xamarin/ios
sharpie xcode -sdks
sharpie bind -sdk iphoneos13.2 Release-iOS-Kit-universal/Rollbar.framework/Headers/RollbarFramework.h -scope Release-iOS-Kit-universal/Rollbar.framework/Headers -c -F .
cd ~/.cocoapods/repos
git clone --depth 1 https://github.com/CocoaPods/Specs.git master
!!!
https://forums.xamarin.com/discussion/126860/sharpie-pod-bind-and-simulator-architecture
https://stackoverflow.com/questions/54122415/xcode-10-lipo-cant-open-input-file
lipo -create /Users/ab/OS33.Mobile/iOS/RollbarBinding/build/Release-iphoneos/Rollbar/Rollbar.framework/Rollbar /Users/ab/OS33.Mobile/iOS/RollbarBinding/build/Release-iphonesimulator/Rollbar/Rollbar.framework/Rollbar -output Release-universal/Rollbar.framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment