question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use of undeclared identifier 'Dynamic' [IOS]

See original GitHub issue

I already created Dynamic.Swift in the root of the ios folder. but when I try to build IOS, error shown like the following in the AppDelegate.m

error: use of undeclared identifier 'Dynamic' in Dynamic *t = [Dynamic new];

How can I solve, Thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
analaurafernandescommented, Apr 22, 2022

@HwangTaehyun Thanks for your answer! Curiously what solved my problem was to import “projectName-Swift.h” inside AppDelegate.h instead of inside AppDelegate.m… Now the splash screen is working very well 😃

1reaction
sainyanhtaycommented, Jan 13, 2022

@ariffathur you should open the project by Xcode and create a new file in that workspace instead of creating file from file manager or vscode. it will create one file in the ios folder of your react native project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use of undeclared identifier 'RNSplashScreen' #484 - GitHub
I was getting an error when release the apps on ios. Any solution please?
Read more >
(Swift) Dynamic framework: use of unresolved identifier
I have a large project which I am currently attempting to refactor into a number of smaller projects that use frameworks to share...
Read more >
use of undeclared identifier core data - Stack Overflow
I'm using core data in Xcode 7 beta 6 and I just generated categories and managed object subclasses for each of my entities....
Read more >
xCode 6 how to fix "Use of undeclared identifier" for ... - YouTube
iOS : xCode 6 how to fix " Use of undeclared identifier " for automatic property synthesis? [ Gift : Animated Search Engine ......
Read more >
Use of undeclared identifier 'RCTDevLoadingView'
ios · XCode 8 bitcode compatibility · iOS7 Map Kit remove default location icons · NSURL add parameters to fileURLWithPath method · XCode...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found