-
Notifications
You must be signed in to change notification settings - Fork 189
Inquiry: Windows Phone 8.1 / 10, Windows Runtime Support #135
Comments
There is no such toolchains, never used it. If it's supported by CMake it should be not hard to add.
I even didn't know what it is, sorry :) |
No problem. Microsoft try to promote I have tried to use the following command to generate
Frankly speaking, it is far away from my expectation. Never mind anyway. ;) Microsoft I have tried XCTest work with Thanks |
Well if this doesn't work with CMake it will not work for Polly.
This is something that can be added to Polly.
Not using XCTest too :)
This is something out of scope of Polly as far as I understand. According to this code it's not about toolchains. |
The issue with XCTest, iOS support and polly toolchain is the CMAKE_OSX_SYSROOT value. As per your answer here you always set it to "iphoneos", while XCTest unit testing of frameworks is allowed only for simulator. This is why XCTest symbols are not found for x86_64 architecture. So if you change CMAKE_OSX_SYSROOT to "iphonesimulator" in polly iOS toolchain, XCTest will work. Just checked on the same above mentioned project with changed polly/iOS-10-3.cmake toolchain and it works. Is there a way to make XCTest work with iOS & polly toolchain without patching? Thanks |
@ikliashchou Please open separate issue about XCTest, it's not related to Windows Phone support :) |
Hi Ruslo,
Shall I know does polly support
Windows Phone 8.1
,Windows Phone 10
,UWP
andWindows Runtime
toolchain andWindows CppUnitTestFramework
? Thanks. I did not find them out.The text was updated successfully, but these errors were encountered: