-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.4, 6.3.1
-
None
The simple *.pro file code not working properly. The "simulator" block not detected properly:
ios {
message(iOS)
}
simulator {
message(Simulator)
}
The message appearing for both of iOS Device and iOS Simulator. See screenshot. There are nothing about working only for simulator or only for device.