Last active
January 19, 2020 16:18
-
-
Save btctcn/9325bc20dbd7db83c7b9c8c3d6390703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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