PetroSuch

Results 29 comments of PetroSuch

i also updated tns-core-modules but i still have many errors `"double-quoted include "pb_encode.h" in framework header, expected angle-bracketed instead"` i also tried to add `CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER` and set value `YES` or...

I add attach with full log of build [log.txt](https://github.com/NativeScript/NativeScript/files/5371467/log.txt)

I want to use Xcode 11.7, I downgrade tns-core-modules and NativeScript to version 6.5, but I still have error like this ``` /platforms/ios/Pods/Target Support Files/nanopb/nanopb-umbrella.h:20:9: error: double-quoted include "pb.h" in...

@Ihor-l Thanks for you answer, but i can not try it now, because i reinstalled my MacOS Virtual Machine, and now i can building my project successfully

> Possible solution. 1) Open a generated project in Xcode (platforms/ios - blue one not white, with a project name + pods). 2) Menu: File > Workspace settings > Build...

@triniwiz, thanks for you answer, but i returned the Build system -> Default and had same error, Framework not found.... afterwards, i reinstlled my project, and i built it successful

i changed function in file @nativescript/datetimepicker/ui/date-time-picker.js ``` addEventListener(eventNames, callback, thisArg) { try{ super.addEventListener(eventNames, callback, thisArg); this.dateField.addEventListener(eventNames, callback, thisArg); this.timeField.addEventListener(eventNames, callback, thisArg); }catch(err){} } ``` and it fixed my problem

@alexp25 could you please explain a bit more what to do? I have this error and would be thankful if you could help me with that? I get the Client_ID...

@alexp25 It helped me, thank you for this example