Skip to content

Instantly share code, notes, and snippets.

@btctcn
Last active February 6, 2020 11:20
Show Gist options
  • Select an option

  • Save btctcn/8c8293d4cfa11d138b0b45353d9bc452 to your computer and use it in GitHub Desktop.

Select an option

Save btctcn/8c8293d4cfa11d138b0b45353d9bc452 to your computer and use it in GitHub Desktop.
1. sharpie pod init ios AWSS3
2. Do magic: https://forums.xamarin.com/discussion/126860/sharpie-pod-bind-and-simulator-architecture
3. useful commands
lipo -create ./device/AWSCore.framework/AWSCore ./sim/AWSCore.framework/AWSCore -output ./uni/AWSCore.framework/AWSCore
lipo -create ./device/AWSS3.framework/AWSS3 ./sim/AWSS3.framework/AWSS3 -output ./uni/AWSS3.framework/AWSS3
lipo -info AWSSDK/AWSCore.framework/AWSCore
lipo -info AWSSDK/AWSS3.framework/AWSS3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment