MetaMask / metamask-ios-sdk

MetaMask SDK for iOS
Other
38 stars 32 forks source link

Cannot find type 'UUID' in scope in SocketProtocol #177

Closed RedDragonJ closed 1 month ago

RedDragonJ commented 1 month ago

Provide environment information

The issue happens when try to build the project which integrated with metamask-ios-sdk. This issue does not exist in the SDK version 0.6.5, it started from 0.7.1

MetaMask iOS SDK Version

0.8.1

MetaMask Wallet Version

NA

Xcode Version

Version 15.4 (15F31d)

iOS Version

17.2

Describe the Bug

When build the project which integrated with the SDK, it failed to build with this error Screenshot 2024-07-30 at 4 27 49 PM

Expected Behavior

When build the project which integrated with the SDK should not have any issue, the project build successfully

Link to reproduction - Issues with a link to complete (but minimal) reproduction code tend to be addressed faster

No response

Steps To Reproduce

elefantel commented 1 month ago

Hi @RedDragonJ thanks for reporting the issue.

It is caused by not importing Foundation. We have fixed it in the linked pull request and will be resolved in the next release version 0.8.2 which will be released in a few hours.

RedDragonJ commented 1 month ago

Awesome, looking forward to the new update

elefantel commented 1 month ago

@RedDragonJ 0.8.2 is not live. Thanks again!