gurhub / surmagic

🚀 Command Line Tool to create XCFramework for multiple platforms in one shot!
MIT License
310 stars 43 forks source link

'createFramework(verbose:)' caused an unexpected error. #9

Closed shubham14896 closed 3 years ago

shubham14896 commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. I run the command 'surmagic xcf'
  2. See error 'createFramework(verbose:)' caused an unexpected error.'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

macOS (please complete the following information):

Additional context Add any other context about the problem here.

gurhub commented 3 years ago

Hi @shubham14896, can you please check the Demo project and let me know the differences from yours.

Best

shubham14896 commented 3 years ago

@gurhub Thanks for the revert i was using wrong sdk value in surfile

gurhub commented 3 years ago

Dear @shubham14896, I'm glad to hear that :)

Best

AbhijitPatilSafexpay commented 2 years ago

Hello I have updated all the value as per the surfile. but my framework do not have a xcworkspace now what i can do to solve that ?

gurhub commented 2 years ago

Hello, You can use the "project" keyword instead of the "workspace".

Hope it'll solve your case.