ios - Realm Swift 0.92.3 "Run Script Phase" not working -


trying use new realm-swift-0.92.3, can't “run script phase” work. follow instructions here.

my run-script entry according the instructions (see image below):

enter image description here

unfortunately, still following error message while trying compile (see below). still wrong ???

bash: /users/xxx/library/developer/xcode/deriveddata/myappglnkfueqyjbdhurfurfkip/build/products/debug-iphonesimulator/myapp.app/frameworks/realmswift.framework/strip-frameworks.sh: no such file or directory

my framework-search-paths set, follows: /users/xxx/.../myapp/frameworks/realmswift.framework/frameworks

i appreciate on !

make sure framework added embedded binaries , embed frameworks.

while first step you're supposed do: "go xcode project’s “general” settings. drag realmswift.framework ios/ or osx/ directory “embedded binaries” section. make sure copy items if needed selected , click finish.", reason didn't add there me, project.

enter image description here enter image description here


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -