You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while building the project where a missing path in the RevealServer.xcframework is causing a build error. The error message is as follows:
Missing path (/Users/alexandrelordelo/Library/Developer/Xcode/DerivedData/Brightroom-fpffbingoihgkhfhqeqdoiawlqyn/SourcePackages/checkouts/Reveal-SDK/RevealServer/RevealServer.xcframework/ios-arm64_armv7/dSYMs) from XCFramework 'RevealServer.xcframework' as defined by 'DebugSymbolsPath' in itsInfo.plist file
Steps Taken
Cleaned the build folder and derived data.
Removed and re-added the project via Swift Package Manager.
Verified that the folder exists at the specified path
Expected Behavior
The project should build successfully without any missing path errors.
Actual Behavior
The build fails with the error message about the missing path in RevealServer.xcframework.
Additional Information
If there are any additional steps or configurations required for integrating the Reveal-SDK correctly, please let me know. I have followed the standard installation steps, but the issue persists.
Thank you for your assistance!
Best regards
The text was updated successfully, but these errors were encountered:
Description
Hello,
I am encountering an issue while building the project where a missing path in the RevealServer.xcframework is causing a build error. The error message is as follows:
Missing path (/Users/alexandrelordelo/Library/Developer/Xcode/DerivedData/Brightroom-fpffbingoihgkhfhqeqdoiawlqyn/SourcePackages/checkouts/Reveal-SDK/RevealServer/RevealServer.xcframework/ios-arm64_armv7/dSYMs) from XCFramework 'RevealServer.xcframework' as defined by 'DebugSymbolsPath' in its
Info.plistfile
Steps Taken
Cleaned the build folder and derived data.
Removed and re-added the project via Swift Package Manager.
Verified that the folder exists at the specified path
Expected Behavior
The project should build successfully without any missing path errors.
Actual Behavior
The build fails with the error message about the missing path in RevealServer.xcframework.
Additional Information
If there are any additional steps or configurations required for integrating the Reveal-SDK correctly, please let me know. I have followed the standard installation steps, but the issue persists.
Thank you for your assistance!
Best regards
The text was updated successfully, but these errors were encountered: