-
Notifications
You must be signed in to change notification settings - Fork 12
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
multiple commands produce 'xcode/../../../deriveddata/debug-iphonesimulator/freerasp-react-native/freerasp_react_native.framework/headers/talsecruntime-swift.h' #26
Comments
also followed steps to add code to app and add binary to app and getting same issue |
Hi @jaitruworth, Unfortunately I wasn't able to reproduce the error. Please, share the whole stack trace of the error if possible. For now, I would suggest reinstalling pods, maybe that could solve the problem: In ios folder, run these commands:
Let us know if this helps. Best, |
there are 15 similar "Multiple commands produce" errors 2 of them are shown below Multiple commands produce '/Users/../Library/Developer/Xcode/DerivedData/appname-ewsgfwgfwsjwrbcdprlujuzitvvy/Build/Products/Debug-iphonesimulator/freerasp-react-native/freerasp_react_native.framework/Headers/CryptoBridgingHeader.h' Multiple commands produce '/Users/../Library/Developer/Xcode/DerivedData/..-ewsgfwgfwsjwrbcdprlujuzitvvy/Build/Products/Debug-iphonesimulator/freerasp-react-native/freerasp_react_native.framework/Headers/CurlWrapper.h' Multiple commands produce '/Users/../Library/Developer/Xcode/DerivedData/..-ewsgfwgfwsjwrbcdprlujuzitvvy/Build/Products/Debug-iphonesimulator/freerasp-react-native/freerasp_react_native.framework/Headers/TalsecRuntime-Swift.h' |
Hi @jaitruworth, we'll do our best to fix the issue. These folders are not duplicates and are not reason of the error. They include binary code for multiple architectures, allowing it to run on different devices and simulators. We still didn't reproduce the issue. Can you please answer following questions?
|
hii @tompsota Any update on this ?? |
Hello @jaitruworth, Could you please respond to the questions in my previous message? You can find them in this link: #26 (comment). We performed a clean install of freeRASP and did not encounter any errors, therefore your answers will be valuable in identifying the issue. |
|
added library to Frameworks, Libraries and Embedded Content and Link Binary With Libraries? and got same issue Found library in Embed Frameworks in Build phases also removed from there and checked, still got same issue |
Hi @jaitruworth, we just released new version, let's see if the problem still persists. Try to remove everything related to freeRASP first and try to do a clean install:
Ensure that freerasp 3.3.0 is installed. Try to run the app and let us know if this helped. |
Still same issue |
Hi and sorry for late reply, @jaitruworth, can you check if you have |
I only have this line |
yes removing |
Hi @jaitruworth, @Suliman-A, @gansu18, Indeed, if some other package require use_frameworks!, then you cannot remove it. However, I finally reproduced the problem and found a way to fix it. Fix:
After that, the project should build successfully. Hope this helps. We'll have to do some more testing until we are able to release this globally, to ensure compatibility with projects that do not use the use_frameworks! directive. However, in your case, everything will work as expected. |
Hi @jaitruworth @Suliman-A , We just released v3.3.1, which fixes the issue. Best, |
Describe the bug
multiple commands produce 'xcode/deriveddata/debug-iphonesimulator/freerasp-react-native/freerasp_react_native.framework/headers/talsecruntime-swift.h'
To Reproduce
just add npm add library and pod install in ios folder
Expected behavior
build to be successful
Please complete the following information:
The text was updated successfully, but these errors were encountered: