AshampooSystems / boden

Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Other
1.67k stars 96 forks source link

Error build on Xcode 11.1 #23

Closed abumuhammad-i closed 4 years ago

abumuhammad-i commented 4 years ago

..../boden/framework/foundation/platforms/foundationkit/filesystem/include/filesystem:291:8: Redefinition of '_FilesystemClock'

gitoby commented 4 years ago

Thanks for reporting.

I couldn't reproduce the issue. Which target did you try to build when the error occurred?

I just checked bodendemo on macOS Mojave and Catalina using Xcode 11.1 and it was built successfully.

gitoby commented 4 years ago

Closing this as we didn't hear back from you. Please let us know if we can help.

abumuhammad-i commented 4 years ago

sorry just responded, I build Bodendemo on Xcode 11.1, and look error log here

Screen Shot 2019-11-05 at 6 41 06 AM
Maddimax commented 4 years ago

Try deleting the buildfolder and restart ./boden open. I've had similar issues when upgrading Xcode