Skip to content

Commit

Permalink
Merge pull request #49 from growthbook/fixBugWithRosetta
Browse files Browse the repository at this point in the history
fixed bug with required to use Rosetta simulators
  • Loading branch information
vazarkevych authored Mar 8, 2024
2 parents 2683715 + e86d202 commit 6ca313d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
set -eo pipefail
export LIB_VERSION=${{ steps.gitversion.outputs.SemVer }}
pod spec lint --allow-warnings
pod trunk push --allow-warnings
pod spec lint --allow-warnings --skip-import-validation
pod trunk push --allow-warnings --skip-import-validation
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOA_KEY }}
4 changes: 1 addition & 3 deletions GrowthBook-IOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Pod::Spec.new do |spec|

spec.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

spec.xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.swift_version = '5.2'

end
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

[CocoaPods](https://cocoapods.org/) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate GrowthBook into your Xcode project using CocoaPods, specify it in your `Podfile`:

- If you're using version 1.0.46 or above, it could be necessary to set "User Script Sandboxing" to "No" in your build settings.

- Add below line in your podfile, if not there

```
Expand Down

0 comments on commit 6ca313d

Please sign in to comment.