-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS - builds failing because of missing file dependency again #71
Comments
Works fine in 2.0.2 so I'll just roll back to that for now. |
@aaustin @renesansz Also in BranchSDK.h
would change to
|
Hey team - I just added the source code that was missing and redeployed to NPM. This should be resolved. |
It's still failing on iOS with a different error now. Do you want me to open a new issue? CompileC build/VeociDEV.build/Release-iphoneos/VeociDEV.build/Objects-normal/armv7/AppDelegate+BranchSdk.o VeociDEV/Plugins/io.branch.sdk/AppDelegate+BranchSdk.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler |
Ugh - I know why. One sec. Deploying an update to make the correct reference. |
I tried everything, and I mean everything to get this to work. This was my solution after hours and hours of installing / reinstalling everything.
My setup:
|
Guys, somehow in NPM version 2.0.3 another missing file seems to have been introduced.
Failed to install 'io.branch.sdk':CordovaError: Uh oh!
"/private/project/cordova/plugins/io.branch.sdk/src/ios/dependencies/Branch-SDK/BNCContentDiscoveryManager.m" not found!
at copyFile (/private/project/cordova/lib/plugman/pluginHandlers.js:261:36)
at copyNewFile (/private/project/cordova/lib/plugman/pluginHandlers.js:293:5)
at installHelper (/private/project/cordova/lib/plugman/pluginHandlers.js:212:9)
at handlers.source-file.install (/private/project/cordova/lib/plugman/pluginHandlers.js:34:13)
at Object.ActionStack.process (/private/project/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
at Plugman.addPlugin (/private/project/cordova/lib/plugman/Plugman.js:82:20)
at Api.addPlugin (/private/project/cordova/Api.js:187:53)
at handleInstall (/usr/local/lib/node_modules/pgb-plugman/node_modules/pgb-cordova-lib/src/plugman/install.js:602:6)
at /usr/local/lib/node_modules/pgb-plugman/node_modules/pgb-cordova-lib/src/plugman/install.js:391:24
at _fulfilled (/usr/local/lib/node_modules/pgb-plugman/node_modules/q/q.js:787:54)
Uh oh!
"/private/project/cordova/plugins/io.branch.sdk/src/ios/dependencies/Branch-SDK/BNCContentDiscoveryManager.m" not found!
The text was updated successfully, but these errors were encountered: