StanfordBDHG / NAMS

Platform for EEG data collection from Bluetooth-enabled devices.
MIT License
5 stars 0 forks source link

Fix Failed Build Using Updates to ResearchKit #14

Closed PSchmiedmayer closed 1 year ago

PSchmiedmayer commented 1 year ago

Fix Failed Build Using Updates to ResearchKit

:recycle: Current situation & Problem

:bulb: Proposed solution

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Supereg commented 1 year ago

Seems like the PR/ResearchKit modifications broke the project completely.

Getting the following error, when even trying to run the application locally in the simulator:

Simulator device returned an error for the requested operation.

Please try again later.
Failed to load Info.plist from bundle at path /Users/andi/Library/Developer/CoreSimulator/Devices/D4FDAADE-A7C8-4860-A8F4-25A4B43A25C9/data/Library/Caches/com.apple.mobile.installd.staging/temp.k4pEV7/extracted/NAMS.app/Frameworks/ResearchKit.framework; Extra info about "/Users/andi/Library/Developer/CoreSimulator/Devices/D4FDAADE-A7C8-4860-A8F4-25A4B43A25C9/data/Library/Caches/com.apple.mobile.installd.staging/temp.k4pEV7/extracted/NAMS.app/Frameworks/ResearchKit.framework/Info.plist": dev=16777233 ino=128177626 mode=0100644 nlink=1 uid=501 gid=20 rdev=0 size=809 atime=1687863669.825424 mtime=1687863669.009712 ctime=1687863669.812847 birthtime=1687863669.009681 blksize=4096 blocks=8 flags=0x0 firstBytes={length = 4, bytes = 0x62706c69} ACL=<not found> extendedAttributes=<not found> 

Seems like this error was already thrown by the CI runs for the PR as well.